projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a2d42
)
part: header fix
author
Mateusz Zalega
<
[email protected]
>
Mon, 28 Apr 2014 19:13:22 +0000
(21:13 +0200)
committer
Lukasz Majewski
<
[email protected]
>
Mon, 5 May 2014 06:00:28 +0000
(08:00 +0200)
Implementation made use of types defined in common.h, even though it
wasn't #included. It worked in circumstances when .c files included
every needed header (all).
Signed-off-by: Mateusz Zalega <
[email protected]
>
Cc: Tom Rini <
[email protected]
>
Cc: Minkyu Kang <
[email protected]
>
include/part.h
patch
|
blob
|
history
diff --git
a/include/part.h
b/include/part.h
index 4beb6db89b104aa2096ef25b02695af7ba2be46f..53532dcd6120a5959ddcc5f133f5f3f0a6466df6 100644
(file)
--- a/
include/part.h
+++ b/
include/part.h
@@
-8,6
+8,7
@@
#define _PART_H
#include <ide.h>
+#include <common.h>
typedef struct block_dev_desc {
int if_type; /* type of the interface */